home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / ui_info.ph < prev    next >
Encoding:
Text File  |  1994-04-25  |  1.0 KB  |  54 lines

  1. /*****************************************************************************
  2.   FILE           : ui_info.ph
  3.   SHORTNAME      : info.ph
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : Header file of correspondent '.c' file
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Tilman Sommer
  10.   DATE           : 11.5.1990
  11.  
  12.   CHANGED BY     :
  13.   IDENTIFICATION : @(#)ui_info.ph    1.7 3/2/94
  14.   SCCS VERSION   : 1.7
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18. ******************************************************************************/
  19.  
  20.  
  21. #ifndef _UI_INFO_DEFINED_
  22. #define _UI_INFO_DEFINED_
  23.  
  24.  
  25. /* begin global definition section */
  26.  
  27.  
  28. void ui_xCreateInfoPanel(Widget parent);
  29.     /* the parent widget of the new form widget */
  30.  
  31. struct UnitAttributeType  ui_sourceUnit, ui_targetUnit;
  32.     /* attributes of source/target unit in the info panel */
  33.  
  34.  
  35. /* end global definition section */
  36.  
  37.  
  38. /* begin private definition section */
  39.  
  40.  
  41. /* end private definition section */
  42.  
  43.  
  44. #endif /* _UI_INFO_DEFINED_ */
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52. /* end of file */
  53. /* lines: 37 */
  54.